#10670: Add AGENTS.md for AI coding assistant guidance - #815
Conversation
|
Warning Review limit reached
Next review available in: 47 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
WalkthroughAdded repository, Android, and Helm ChangesRepository Guidance
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@AGENTS.md`:
- Around line 66-69: Update .gitignore to exclude the local .env file, and add
or maintain a .env.example containing non-sensitive placeholders for the
documented Android IAM variables. Keep the example free of real credentials and
align its keys with the local setup described in AGENTS.md.
- Line 17: Align the Angular CLI version documented alongside the Angular
versions with the version installed by the Android CI workflow, or update both
references to the intended shared version; if the versions must differ,
explicitly document that split.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
06db940 to
0eafe02
Compare
Addresses mosip/mosip-config#10670 — provides repository overview, tech stack, build/test commands, and contribution notes for AI agents and contributors working in this repo. Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
0eafe02 to
2e3881b
Compare
Addresses mosip/mosip-config#10670 — extends the existing root AGENTS.md into a tree, matching the pattern established on mosip/id-repository and mosip/partner-management-services. Adds: - helm/AGENTS.md: Helm chart layout, install/restart/delete scripts, and agent rules for the Kubernetes deployment of the Compliance Toolkit UI. - android/AGENTS.md: Capacitor-generated Android project layout, the real build sequence from .github/workflows/android.yml, and agent rules for keeping the native project in sync with capacitor.config.ts. Root AGENTS.md is updated to act as a hub/index linking to both new guides. Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@android/AGENTS.md`:
- Around line 45-49: Replace the concrete endpoint, realm, and client ID values
in the Android runtime configuration block with clearly marked placeholders or
generic documented examples. Preserve the required NX_APP variable names and
setup instructions, and avoid retaining the dev MOSIP URLs or credentials unless
they are explicitly approved backend configuration.
In `@helm/AGENTS.md`:
- Around line 52-54: Update the working-directory guidance in AGENTS.md so Helm
validation commands run from helm/ and reference compliance-toolkit-ui as the
chart path, matching the workflow’s CHARTS_DIR setting. Ensure all affected
command examples, including the additional referenced line, consistently use
this explicit directory context.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: fffce425-b2e4-48a7-bf21-dc395e55b7e7
📒 Files selected for processing (3)
AGENTS.mdandroid/AGENTS.mdhelm/AGENTS.md
- android/AGENTS.md: use placeholders (with CI-default values noted in comments) instead of hardcoding MOSIP's shared dev environment as the literal setup values, to avoid readers pointing local builds at it unintentionally - helm/AGENTS.md: clarify helm lint/template commands must run from helm/, not from inside helm/compliance-toolkit-ui/, matching CI's CHARTS_DIR; also fix a missing "Do not" that inverted the meaning of the secrets-in-git guidance Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
Addresses mosip/mosip-config#10670 — provides repository overview, tech stack, build/test commands, and contribution notes for AI agents and contributors working in this repo.
Summary by CodeRabbit